home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / script / nicks < prev    next >
Encoding:
Text File  |  2002-10-28  |  365 b   |  14 lines

  1. # This lets you assign aliases for peoples nicknames.
  2. # For example, of you do: /ASSIGN BC BigCheese
  3. # Then you can do: /MSG BC Hi there!
  4. #
  5. # These dont "link" well with other aliases... should 
  6. # probably be handled another way.
  7. #
  8. alias msg {
  9.     if ( [$($0)] ) { //msg $($0) $1- } { //msg $0 $1- }
  10. }
  11. alias query {
  12.     if ( [$($0)] ) { //query $($0) } { //query $0- }
  13. }
  14.